home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Video
/
World of Video.iso
/
gfxprograms
/
3dprograms
/
rayshade-4.0
/
fixes
/
fix014
< prev
next >
Wrap
Internet Message Format
|
1995-02-13
|
3KB
From theseas!fs.Princeton.EDU!cek Wed, 21 Jul 93 01:34:17 EET
Received: by kriton.UUCP (V1.16/Amiga)
id AA00000; Wed, 21 Jul 93 01:34:17 EET
Received: by theseas.ntua.gr with UUCP; Tue, 20 Jul 93 22:16:34 +0300
Received: from mcsun.EU.net by pythia.ics.forth.gr via ITEnet with SMTP;
id AA14552 (5.65c/FORTH-ICS-3.0-MHS-7.0); Tue, 20 Jul 1993 21:45:05 +0300
Received: by mcsun.EU.net with UUCP
id AA28219 (5.65b/CWI-%I%); Tue, 20 Jul 1993 20:44:07 +0200
Received: from Princeton.EDU by relay1.UU.NET with SMTP
(5.61/UUNET-internet-primary) id AA26411; Tue, 20 Jul 93 14:36:55 -0400
Received: from fs.Princeton.EDU by Princeton.EDU (5.65b/2.97/princeton)
id AA11725; Tue, 20 Jul 93 14:34:44 -0400
Received: by fs.Princeton.EDU (4.1/1.105)
id AA29317; Tue, 20 Jul 93 14:34:42 EDT
Received: from stein2.u.washington.edu by fs.Princeton.EDU (4.1/1.105)
id AA29219; Tue, 20 Jul 93 14:33:46 EDT
Received: by stein2.u.washington.edu
(5.65/UW-NDC Revision: 2.28 ) id AA05617; Tue, 20 Jul 93 11:33:44 -0700
X-Sender: fineman@stein2.u.washington.edu
Date: Tue, 20 Jul 1993 11:29:13 -0700 (PDT)
Message-Id: <Pine.3.05.9307201113.A5085-b100000@stein2.u.washington.edu>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=us-ascii
Errors-To: Princeton.EDU!cek
Remailed-Date: Tue Jul 20 14:33:48 EDT 1993
From: Twixt your toes <u.washington.edu!fineman>
To: cs.Princeton.EDU!rayshade-users
Subject: bug in ray406enh2.tar
I ftp'd ray406enh2.tar.Z from the weedeater site, and tried compiling it.
I got a warning when torus.c compiled, and the compiler igonred an entire
line of code (which i think is responsible for slices of toruses being
transparent - an obvious bug).
In library/libobj/torus.c, the following line (line 73) doesn't compile:
BoundsTransform(&torus->trans.trans, &torus->bounds);
it *should* be:
BoundsTransform(&torus->trans.trans, torus->bounds);
the compiler i'm working with ignores this line if you don't delete the
"&" from in front of torus->bounds. Taking the address of an array (which
is what "bounds" is in the torus struct, i believe) doesn't really make
sense.
I didn't research this _too_ in depth, so please let me know if i'm full of
b.s. or not.
And if anyone at u.washington.edu would like to help me finish compiling
it (I'm still rather a rookie at complicated compilations), i'd be
screamingly happy.
AND, has anyone compiled rayshade for (*duck*) Linux?
thanks,
dan
----------
Administrivia: rayshade-request@cs.princeton.edu
Mailing list: rayshade-users@cs.princeton.edu